home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI256.ASC < prev    next >
Text File  |  1992-08-12  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL/BCD                           NUMBER : 256
  10.   VERSION : 3.01
  11.        OS : MS-DOS, PC-DOS, CP/M-86
  12.      DATE : January 22, 1986                             PAGE : 1/2
  13.     TITLE : PATCH - SANYO, FOR USING IBM PC TURBO PASCAL EDITOR
  14.  
  15.  
  16.  
  17.  
  18.   In order to use the Turbo Pascal editor on a Sanyo  Computer, you
  19.   must first make the following patch to a copy  of  the  TURBO.COM
  20.   file. Use the DOS utility, DEBUG, to make this patch.
  21.  
  22.   Copy TURBO.COM and DEBUG.COM onto a new disk. Then,  use  a  word
  23.   processor  in  a  NON-Document mode, or any other text editor, to
  24.   create a file called INPUTF. Enter the following information into
  25.   the file exactly as shown. Do not enter any blank lines into th
  26.  
  27.  
  28.   A5191
  29.          JZ   513A
  30.  
  31.   A5197
  32.           PUSH BX
  33.           MOV  AH,3
  34.           XOR  BH,BH
  35.           PUSH CX
  36.           INT  10
  37.           POP  CX
  38.           PUSH DX
  39.           MOV  AX,BP
  40.           SHR  AX,1
  41.           MOV  DL,50
  42.           DIV  DL
  43.           XCHG AL,AH
  44.           MOV  DX,AX
  45.           MOV  SI,4EE
  46.           JMP  12D
  47.  
  48.   A12D
  49.           PUSH DX
  50.           PUSH SI
  51.           MOV  AH,2
  52.           INT  10
  53.           POP  SI
  54.           LODSW
  55.           PUSH SI
  56.           MOV  BL,AH
  57.           MOV  AH,9
  58.           PUSH CX
  59.           MOV  CX,1
  60.           INT  10
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL/BCD                           NUMBER : 256
  76.   VERSION : 3.01
  77.        OS : MS-DOS, PC-DOS, CP/M-86
  78.      DATE : January 22, 1986                             PAGE : 2/2
  79.     TITLE : PATCH - SANYO, FOR USING IBM PC TURBO PASCAL EDITOR
  80.  
  81.  
  82.  
  83.  
  84.           POP  CX
  85.           POP  SI
  86.           POP  DX
  87.           INC  DL
  88.           LOOP 12D
  89.           POP  DX
  90.           MOV  AH,2
  91.           INT  10
  92.           POP  BX
  93.           RET
  94.  
  95.   N TURBOS.COM
  96.   W
  97.   Q
  98.  
  99.  
  100.   Now copy this file onto the disk on which you copied Turbo Pascal
  101.   and DEBUG.COM. Then, at the DOS command line type:
  102.  
  103.   A>DEBUG TURBO.COM<INPUTF
  104.  
  105.   Allow  the  screen  to display the  debug  actions  it  is  going
  106.   through, without interruption. When  the  operation  is finished,
  107.   there should be a file called Turbos.Com on the  disk,  which  is
  108.   the new Sanyo compatible Turbo Pascal.
  109.  
  110.  
  111.  
  112.   DISCLAIMER: You  have the right to use this technical information
  113.   subject to the terms  of  the  No-Nonsense License Statement that
  114.   you received with  the  Borland product to which this information
  115.   pertains.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.